home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / show / svoUtah22.lha / svoUtahRLE / Install_UtahRLE.script < prev    next >
Text File  |  1995-04-14  |  366b  |  17 lines

  1. ; $VER: Install_UtahRLEObject.script V2.1 (14.4.95)
  2. ; © 1995 by Andreas R. Kleinert.
  3. ; This is the Installer Script for my UtahRLE-SVObject
  4.  
  5. (makedir "LIBS:svobjects")
  6.  
  7. (copyfiles
  8.   (prompt "Installing svobjects to LIBS:svobjects ...")
  9.   (help @copyfiles-help)
  10.   (source "libs/svobjects")
  11.   (dest "LIBS:svobjects")
  12.   (pattern "#?.svobject")
  13.   (files)
  14.   (confirm)
  15. )
  16.  
  17.